GtkFileChooser: Missing hour on today's files for it&hu locales on Win32
authorValerio Messina <efa@iol.it>
Thu, 13 Jun 2013 20:40:47 +0000 (22:40 +0200)
committerFederico Mena Quintero <federico@gnome.org>
Thu, 20 Jun 2013 20:10:37 +0000 (15:10 -0500)
commita37a72bafda8d9b75b292f161773c7ca9dae9f02
tree76cd6f8ef127fb1e4abe7256689d4590e78b84df
parent08d49fdd5821e18d9946ad975b04f233b22cfdd7
GtkFileChooser: Missing hour on today's files for it&hu locales on Win32

The file chooser does not show the hours for files modified today
when using it & hu locales on Win32.  This is due to the %k format conversion
for strftime() that is in Olson's Timezone Package, which msvcrt.dll doesn't have.
Cygwin has it, though.

So for now, we just use a %H format.  While %k would render
six-in-the-morning as " 6" (6 preceded by a space), %H will render it
as "06".

https://bugzilla.gnome.org/show_bug.cgi?id=560337
po/hu.po
po/it.po